From 324228a33c454036939a8365a5c7b101f04f5ada Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Oct 2003 21:27:11 +0000 Subject: [PATCH] Put the supported protocol version in in the right field of the Tue Oct 7 23:23:05 2003 Matthias Clasen * gtk/gtkplug.c (xembed_set_info): Put the supported protocol version in in the right field of the _XEMBED_INFO property. (#123885, Denis Mikhalkin) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkplug.c | 2 +- 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d19499672..b39455e9c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Mon Oct 6 14:18:47 2003 Jonathan Blandford * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2d19499672..b39455e9c3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Mon Oct 6 14:18:47 2003 Jonathan Blandford * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2d19499672..b39455e9c3 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Mon Oct 6 14:18:47 2003 Jonathan Blandford * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2d19499672..b39455e9c3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Mon Oct 6 14:18:47 2003 Jonathan Blandford * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2d19499672..b39455e9c3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Mon Oct 6 14:18:47 2003 Jonathan Blandford * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index d0c3496a64..a6efb9029a 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -934,7 +934,7 @@ xembed_set_info (GdkWindow *window, Atom xembed_info_atom = gdk_x11_get_xatom_by_name_for_display (display, "_XEMBED_INFO"); - buffer[1] = GTK_XEMBED_PROTOCOL_VERSION; + buffer[0] = GTK_XEMBED_PROTOCOL_VERSION; buffer[1] = flags; XChangeProperty (GDK_DISPLAY_XDISPLAY (display), -- 2.30.2